home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / editor / editor2 / fnlwrppr.lha / FinalWrapper3_12 / DocRexx / Adjust.rexx next >
OS/2 REXX Batch file  |  1996-10-31  |  319b  |  20 lines

  1. /* Adjust.rexx 1.1 (29.10.96) by NDY's */
  2.  
  3. OPTIONS RESULTS
  4. rxport="FinalWrapperPort"
  5. IF ~Show("P",rxport) THEN EXIT 10
  6. ADDRESS VALUE rxport
  7. Use MDEF
  8. SetState ARC 1
  9. SetMode ARC 0
  10. SetVal ARC 190
  11. SetMode ADJ 1
  12. SetVal XGAD 5
  13. SetVal YGAD 5
  14. SetVal WGAD 5.7
  15. SetVal HGAD 3.2
  16. SetVal TGAD "Final Wrapper"
  17. PopFront
  18. Use MTEXT
  19. EXIT
  20.